home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacDOS 3.0.sit / MacDOS 3.0 ƒ / executables / batches / listVol.bat < prev    next >
Encoding:
DOS Batch File  |  1993-12-11  |  134 b   |  10 lines  |  [TEXT/mDOS]

  1. @ECHO OFF
  2. set kVol=1
  3. onerror NEXT_VOL
  4. repeat END_LOOP
  5.   vol %kVol%
  6.   :NEXT_VOL
  7.   incr kVol
  8.   if %kVol% == 10 goto DONE
  9. :END_LOOP
  10. :DONE